home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp312.exe / [0] / CPP.STX < prev    next >
Text File  |  2009-04-08  |  1KB  |  100 lines

  1. #TITLE=C/C++
  2. ; C/C++ syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=//
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #NUMBER_PATTERN=cpp
  15. #SPECIAL_STX=cpp
  16.  
  17. #KEYWORD=Reserved words
  18. __int64
  19. auto
  20. bool
  21. break
  22. case
  23. catch
  24. char
  25. cerr
  26. cin
  27. class
  28. const
  29. continue
  30. cout
  31. default
  32. delete
  33. do
  34. double
  35. else
  36. enum
  37. explicit
  38. extern
  39. float
  40. for
  41. friend
  42. goto
  43. if
  44. inline
  45. int
  46. long
  47. namespace
  48. new
  49. operator
  50. private
  51. protected
  52. public
  53. register
  54. return
  55. short
  56. signed
  57. sizeof
  58. static
  59. struct
  60. switch
  61. template
  62. this
  63. throw
  64. try
  65. typedef
  66. union
  67. unsigned
  68. using
  69. virtual
  70. void
  71. volatile
  72. wchar_t
  73. while
  74. __asm
  75. __fastcall
  76. __based
  77. __cdecl
  78. __pascal
  79. __inline
  80. __multiple_inheritance
  81. __single_inheritance
  82. __virtual_inheritance
  83.  
  84. #KEYWORD=Compiler directives
  85. define
  86. error
  87. include
  88. elif
  89. if
  90. line
  91. else
  92. ifdef
  93. pragma
  94. endif
  95. ifndef
  96. undef
  97. if
  98. else
  99. endif
  100. #